←Select platform

SetChannelSamples32(int[],int) Method

Summary

Sets 32-bit data for a channel.

Syntax
C#
VB
C++
public int SetChannelSamples32( 
   int[] samples, 
   int count 
) 
Public Overloads Function SetChannelSamples32( _ 
   ByVal samples() As Integer, _ 
   ByVal count As Integer _ 
) As Integer 
public: 
int SetChannelSamples32(  
   array<int>^ samples, 
   int count 
)  

Parameters

samples
Buffer that holds the new channel sample

count
Size of the channel sample buffer

Return Value

The actual number of samples set for the channel.

Remarks

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly